Welcome![Sign In][Sign Up]
Location:
Search - knapsack problem

Search list

[File Formatmultiplechoiceknapsack

Description: 关于多选择背包的很好的文章,提供了各种设计思路-Multiple Choice Knapsack Problem Example of planning choice in transportation
Platform: | Size: 390144 | Author: amy | Hits:

[OtherKnapSack

Description: Program for KnapSack problem
Platform: | Size: 1024 | Author: Neha | Hits:

[AlgorithmKnapsack

Description: Using java language implement an 0 / 1 knapsack problem. Using the recursive algorithm.And the interface also is added.
Platform: | Size: 2048 | Author: jiangge | Hits:

[Data structsbackpack-ga-algorithm

Description: 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
Platform: | Size: 2048 | Author: olivejy | Hits:

[Data structsKnapsack

Description: Knapsack,用贪心算法解决背包问题,Visual C++ 6.0编译-Knapsack, with a greedy algorithm to solve knapsack problem, Visual C++ 6.0 compiler
Platform: | Size: 2257920 | Author: 草人 | Hits:

[Data structsGeneticAlgorithmsToSolveKnapsackProblem

Description: 用遗传算法解决背包问题,遗传算法的优势在于解决优化问题,对背包问题进行编码,然后随机产生使出样本,通过交叉,编译等操作来找到优化问题的解-Using genetic algorithms to solve knapsack problem, the advantage of genetic algorithms to solve optimization problem, knapsack problem is encoded, and then resorted to randomly generated sample, through the Cross, compiler and other operations to find the optimization problem
Platform: | Size: 927744 | Author: Chen | Hits:

[AlgorithmKnapSack

Description: Fractional knapsack problem, Greedy algorithm
Platform: | Size: 408576 | Author: Nguyen | Hits:

[OtherbeibaoPSO

Description: 这份源代码是用粒子群算法解决0/1背包问题,可以正常运行。-The source code is the particle swarm algorithm to solve 0/1 knapsack problem, it works.
Platform: | Size: 1024 | Author: 风暴 | Hits:

[source in ebookthe_design_and_analysis_of_algorithm

Description: 算法设计与分析全部作业及实验资料. 第1章 最大覆盖问题 第2章 排列的字典序问题 第3章 depot仓库布局问题 第4章 priest繁忙的牧师 第5章 egypt埃及分数问题 第6章 squard方格移动问题 第7章 work工作安排问题 课堂算法 连续背包问题 课堂算法 作业调度问题 实验1 字典序问题 实验2 高精度乘法 实验3 0/1背包问题(DP) -Algorithm design and analysis of all operational and experimental data. Chapter 1, the maximum coverage problem Chapter 2 arranged in dictionary order problems Chapter 3 depot warehouse layout Chapter 4 priest busy pastor Chapter 5 egypt Egyptian fraction problems Chapter 6 squard box moving problem Chapter 7 work the organization of work class algorithm continuous knapsack problem class job scheduling algorithm experimental sequence of a dictionary experiment 2, high-precision multiplication experiment 3 0/1 knapsack problem (DP )
Platform: | Size: 1358848 | Author: zgx | Hits:

[Mathimatics-Numerical algorithmsyichuansuanfa

Description: 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
Platform: | Size: 23552 | Author: 施金泉 | Hits:

[matlabknapsackAlgorithm

Description: 遗传算法实现背包问题的matlab代码,分享给大家-Knapsack problem genetic algorithm matlab code to share for everyone
Platform: | Size: 1024 | Author: 方周冰 | Hits:

[VC/MFCKnapsack

Description: 背包问题。。综合分析所有背包问题。。有较多例题及详解-Knapsack problem. . Comprehensive analysis of all the knapsack problem. . More examples and Xiang Jie
Platform: | Size: 121856 | Author: 卡涛 | Hits:

[OtherMixed-leapfrog-algorithm-to-solve-multi-knapsack-p

Description: 混合蛙跳算法解决多背包问题,此算法是在vs2005下编写,语法为基本的c语言(可以直接复制源码到vc中运行)-Mixed leapfrog algorithm to solve multi-knapsack problem, this algorithm is prepared in vs2005, the syntax for basic c language (can copy the source code to run vc)
Platform: | Size: 11092992 | Author: yangfei | Hits:

[matlabbagPSO

Description: matlab 用PSO 解决背包问题-matlab solve the knapsack problem with PSO
Platform: | Size: 1024 | Author: 徐玖 | Hits:

[Other0-1KnapsackProblem

Description: 這是一個使用greedy所寫的0-1 Knapsack Problem ,所有的物品若要取則必須全取,此程式可以讓背包裝最多且最有價值的物品-This is a greedy written using the 0-1 Knapsack Problem, to take all the items must all take, the program can back up and packing the most valuable items
Platform: | Size: 1024 | Author: 林文華 | Hits:

[Consolebackpack

Description: 对背包问题进行的求解,能够处理体积相同,但是不同物品的问题-The solution on the knapsack problem that can handle the same volume, but the problem of different items
Platform: | Size: 1024 | Author: liufeng | Hits:

[Data structsknapsack

Description: 九讲背包问题。一本很好的算法书,详细讲解了背包问题。-Nine speakers knapsack problem. A good algorithm book, explain in detail the knapsack problem.
Platform: | Size: 155648 | Author: zhang | Hits:

[CSharpknapsack

Description: C语言背包问题 Given n objects and a "knapsack." Item i weighs wi > 0 kilograms and has value vi > 0. ◦ Knapsack has capacity of W kilograms. ◦ Goal: fill knapsack so as to maximize total value.-C-Knapsack Problem Given n objects and a " knapsack." Item i weighs wi> 0 kilograms and has value vi> 0. ◦ Knapsack has capacity of W kilograms. ◦ Goal: fill knapsack so as to maximize total value.
Platform: | Size: 232448 | Author: 潘越 | Hits:

[AI-NN-PRthegreedyalgorithmusinggeneticalgorithmssolveknaps

Description: 详细的讲述了贪心算法和遗传算法相结合去求解NP难题,背包问题。-Greedy algorithm described in detail and the combination of genetic algorithms to solve the NP problem, knapsack problem.
Platform: | Size: 3072 | Author: liulei | Hits:

[JSP/JavaKnapsack

Description: 0/1背包问题,java差分进化算法实验-0/1 knapsack problem, java experimental differential evolution algorithm
Platform: | Size: 2048 | Author: 朱小峰 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net